body {
    color: #333;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

i, em {
    font-style: normal;
}

.dn {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover {
}

.float-right {
    float: right;
}

body {
    background -color: #f5f5f0;
}
      .multi-line-ellipsis {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

.container-fluid {
    padding: 0;
}

.top-bar {
    padding: 10px 30px;
    font-size: 16px;
    color: #c69e6a;
    background: #f1ebde;
    border-bottom: 1px solid #ece2cd;
}

.top-bar p {
    padding-top: 5px;
}
	.auto{margin: 0 3%;}
 .Logo{padding: 21px 0; background: url(../images/bj.png) no-repeat right center;}
.Logo img{display: block; width: 31%;}

.navbar {
    width: 100%;
    padding: 0;
    background: linear-gradient(to right, #c7302a 0%, #ed5e4a 44%, #ed5e4a 64%, #c7302a 100%);
}

.navbar-nav .nav-link {
    color: white;
        padding: 15px 0;
        font-size:20px;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #d61400;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #d61400;
    font-size: 20px;
    font-weight: bold;
}

.nav-tabs {
    position: relative;
    background-color: #f7f7f7;
}
.news-left_tab,.tab2-box{
    position: relative;
}

.more {
    position: absolute;
    right: 20px;
    top: 15px;
}

.list-group-item {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dashed #eeeeee;
}

.list-group-item h3 {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.list-group-item p{
    color:#999;
    margin-top:4px;
}

.list-group-item:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url('../images/arr1.png') no-repeat left;
    position: absolute;
    left: 0;
    top: 12px;
}

.tab-item .nav-link {
    padding: 15px 20px;
    color: #d61400;
    font-size: 20px;
    font-weight: bold;
}



.main {
    margin:1% 3%;
}

.news-banner {
    background-image: url('../images/newsbg.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    text-align: center;
}

.news-title {
    color: #d20005;
    font-size: 24px;
    margin-bottom: 15px;
}

.news-desc {
    color: #666;
    font-size: 16px;
}

.news-wrapper {
    margin: 30px 0;
}

.news-item .title {
    margin-bottom: 5px;
}
.news-item h3{
    font-size: 18px;
      white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
.news-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.year {
    font-size: 14px;
    background: #ffffff;
}

.date-box {
    width: 70px;
    margin-right: 10px;
}

.list-group-notice {
    padding: 10px;
    background: #fef7f7;
    border-bottom: 1px solid #f9eae9;
}

.list-group-notice .title {
    flex: 1;
    /*font-size: 18px;*/
}

.zt-wrapper {
    margin-top: 30px;
}

.banner-img {
    width: 100%;
}

.carousel-item img{
      height:512px!important;
}


/* 列表项样式 */
.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-list li a{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-list span{
    color: #aaaaaa;
    font-size: 14px;
}
.section-title {
    height: 57px;
    line-height: 57px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.section-title .name {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #d61400;
    position: relative;
}

.section-title .name i {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #d61400;
}

.section-title .more2 {
    float: right;
    /*color: #d61400;*/
    /*font-weight: bold;*/
}
.swiper-container{
    overflow: hidden;
}
.carousel-img-wrapper{
    margin:0 10px;
}

/* 自定义样式 */
.carousel-img-wrapper {
    position: relative;
}

.carousel-img-wrapper img {
    width: 100%;
    height: 198px;
    
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.link-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.link-title h4 {
    margin: 0;
    color: #d9230f;
}

.link-title img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer {
    background-image: url('../images/footerbg.jpg');
    /* 替换为实际背景图片路径 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 30px 0;
}

.footer-logo {
    width: 100px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*列表页*/
.sidebar {
    background-color: #fffbfb;
    height: 100vh;
    overflow-y: auto;
    padding: 0;
    border-right: 1px solid #eeeeee;
}

/* 自定义标题样式 */
.sidebar .title{height: 110px; padding-top: 14px; text-align: center; color: #fff; margin-bottom: 8px; background: #d61400 url(../images/subbg.png) no-repeat right bottom; border-bottom: 4px solid #d75b5b;    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;}
.sidebar .title span{display: block; line-height: 26px; font-size: 20px; font-weight: bold;}
.sidebar .title i{float: right; font-size: 24px; transition: ease-in-out 300ms; display: none;}
.sidebar .title.on i{transform: rotate(-180deg);}

/* 自定义菜单链接样式 */
.sidebar a {

    text-decoration: none;
    display: block;
    padding: 10px 0 10px 20px;
}

.sidebar a.active {
    background: #d61400;
    color: #fff;
}



.news-item2 {
    padding: 15px 0;
    border-bottom: 1px dashed #dee2e6;
}

.news-item2:before {
    content: "•";
    display: inline-block;
    width: 1em;
}

.news-item2:last-child {
    border-bottom: none;
}

.breadcrumb-wrpper {
    height: 54px;
    border-bottom: 1px solid #eeeeee;
}

.breadcrumb-wrpper h4 {
    color:#a52a2a;
    font-size: 24px;
    font-weight: bold;
}

.breadcrumb {
    margin-bottom: 0;
}

.text-muted {
    color: #999999;
    font-size: 14px;
}

.list-right {
    padding-left: 30px;
}
.indented {
      text-indent: 2em;
    }

/* 自定义内容区域样式 */
.content-area {
    padding: 20px;
    line-height: 2;
    font-size: 18px!important;
    font-family: 'Microsoft YaHei',arial,sans-serif;
}
.content-area p,.content-area span{
       font-size: 18px!important;
font-family: 'Microsoft YaHei',arial,sans-serif;
}
.content-area img{
    /*display: block;*/
    margin:0 auto;
    /*width:100%;*/
}
/*.content-area p{*/
/*    text-indent: 2em;*/
/*}*/
/* 自定义信息条背景和样式 */
.info-bar {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.detail-title{
    font-size: 32px;
    font-weight:bold;
    text-align: center;
    padding:30px 0;
}

.page-wrapper{
    padding:3% 4%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d61400;
    border-color: #d61400
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
/* 去掉 input-group 的边框 */
.no-border-input-group .input-group-text,
.no-border-input-group .form-control,
.no-border-input-group .btn {
    border: none;
}
.form-control{
    background-color: #ece2d0;
}

.zt-imgbox{
  width:30%;
  padding:0 2%;
}
.zt-imgbox img{
width:94%;
}
.page-content{
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
    line-height: 2;
}
.news-wrapper .carousel-indicators{
    left: unset;
    margin-right: 0;
    bottom:-9px;
}
   .department-box {
      background-color: #ee7655;
      color: white;
      text-align: center;
      /* margin-bottom: 30px; */
      border-radius: 5px;
    }
     .department-box a{
         display: block;
         padding:20px 0;
         color:#ffffff;
     }
	.jg-wrapper{
	  padding-top:30px;
	}
	 /* 去掉 .accordion-item 的边框 */
        .accordion-item {
            border: none;
        }

        /* 去掉 .accordion-button 的边框和圆角 */
        .accordion-button {
            border: none;
            border-radius: 0;
			background-color: transparent;
        }
		.accordion-body{
		 background: #fee8e8;
		}

        /* 去掉展开时 .accordion-button 的边框和阴影 */
        .accordion-button:not(.collapsed) {
            border: none;
            box-shadow: none;
			 background-color: transparent;
        }

        /* 去掉 .accordion-collapse 的边框 */
        .accordion-collapse {
            border: none;
        }

        /* 重置按钮悬停时的背景色 */
       .accordion-button:hover {
            background-color: #d61400;color:#ffffff; 
        }
        
        .sub-item.active2{
            color:#d61400;
        }
        
          /* 自定义 carousel-indicators 样式为圆点 */
       .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: none
            background-color: #ffffff;
            margin: 0 5px;
        }

.img-card-box{
 overflow: hidden;
            margin:0 auto;
}
       .carousel-indicators .active {
            background-color: #e52626;
        }
        
        .card-img-top{
             width:100%;
            height:278px;
              transition: transform 0.3s ease;
            /* 避免图片溢出父元素 */
           
            object-fit: cover;
        }
         .card-img-top:hover {
            transform: scale(1.1);
        }